home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00091.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  218 b   |  14 lines

  1. on mouseUp
  2.   global whichintro
  3.   set whichintro to random(3)
  4.   if whichintro = 1 then
  5.     go("intro1")
  6.   end if
  7.   if whichintro = 2 then
  8.     go("intro2")
  9.   end if
  10.   if whichintro = 3 then
  11.     go("intro3")
  12.   end if
  13. end
  14.